-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Remove test forward compat #14995
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove test forward compat #14995
Conversation
…rward-compat tests (compiling selected projects with "-Yscala-release 3.0")" This reverts commit e39b618.
d149276
to
75f56c1
Compare
75f56c1
to
d65e32b
Compare
d65e32b
to
3617147
Compare
ea940d2
to
13a4961
Compare
13a4961
to
272621b
Compare
@smarter Do we need to backport that into 3.1.3? I don't see any reason. |
I was thinking that if we're planning to definitely remove scala-output-release, we should remove it from 3.1.3 so that people don't start relying on it. |
This PR only removes forward compatibility tests from the community build. They are triggered only on nightly builds, so they don't matter outside of the Actual removing the feature requires more caution and will come as a PR next week. |
Ah I see, thanks! |
Fixes #14989